home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / bal.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  143 b   |  12 lines

  1. global pausebu
  2.  
  3. on exitFrame me
  4.   if pausebu = 1 then
  5.     nothing()
  6.   else
  7.     if pausebu = 0 then
  8.       go(the frame)
  9.     end if
  10.   end if
  11. end
  12.